github.com/klauspost/compress/fse.byteReader.b (field)
7 uses
github.com/klauspost/compress/fse (current package)
bytereader.go#L13: b []byte
bytereader.go#L19: b.b = in
bytereader.go#L30: b2 := b.b[b.off:]
bytereader.go#L41: return b.b[b.off:]
bytereader.go#L46: return len(b.b) - b.off
decompress.go#L137: bitCount -= (uint)(8 * (len(b.b) - 4 - b.off))
decompress.go#L138: b.off = len(b.b) - 4
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |